home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1994 June / PC Plus Super CD coverdisc Issue 93 June 1994.iso / suprdisk / mditool / mditool1.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1994-05-31  |  7.8 KB  |  116 lines

  1. MDIForm1
  2. MDIForm1
  3. MDIForm15G
  4. Picture2
  5.     lblStatus
  6. Picture1
  7. picToolBar
  8. wwwwwwwwwwp
  9. wwwwwwwwwwp
  10. wwwwwwwwwwp
  11. wwwwwwwwwwp
  12. wwwwwwwwwwp
  13. wwwwwwwwwwp
  14. wwwwwwwwwwp
  15. wwwwwwwwwwp
  16. wwwwwwwwwwp
  17. wwwwwwwwwwp
  18. wwwwwwwwwwp
  19. wwwwwwwwwwp
  20. wwwwww
  21. wwwww
  22. wwwwwx
  23. wwwwx
  24. wwwww
  25. wwwwwwx
  26. 33330
  27. 330fff`
  28. 33330
  29. 330ff`
  30. ff`ff
  31. 330ff`
  32. ff`ff
  33. 333333
  34. wwwwwwwwwwp
  35. wwwwwwwwwwp
  36. wwwwwwwwwwp
  37. wwwwwwwwwwp
  38. wwwwwwwwwwp
  39. wwwwwwwwwwp
  40. wwwwwwwwwwp
  41. wwwwwwwwwwp
  42. wwwwwwwwwwp
  43. wwwwwwwwwwp
  44. wwwwwwwwwwp
  45. wwwwwwwwwwp
  46. wwwwwwwwwwp
  47. wwwwwwwwwwp
  48. wwwwwwwwwwp
  49. wwwwwwwwwwp
  50. wwwwwwwwwwp
  51. wwwwwwwwwwp
  52. 33330
  53. 33330
  54. 333330
  55.     picButton
  56.     picButton
  57.     picButton
  58.     picButton
  59.     picButton
  60.     picButton
  61. MDIForm_Load
  62.     imgButton
  63. PicClip1
  64. GraphicCell
  65. imgButton_Click:
  66. Index
  67. imgButton_MouseDown
  68. ButtonQ
  69. Shiftd
  70. NumButtons
  71.     NumButton
  72. imgButton_MouseUp
  73. Picture
  74. Picture1_Click
  75. BitBlt
  76.     picButton
  77. Picture1
  78. SRCCOPY
  79. picToolBarR
  80. picButton_Click
  81. Picture2
  82. AutoRedraw
  83. WBUTTSb
  84. HBUTTS
  85. picButton_MouseDown
  86. picButton_MouseUp
  87. picButton_MouseMove
  88.     lblStatus
  89. Picture1_MouseMove
  90. picToolBar_Click
  91. lblStatus_Click
  92. property6
  93.  Note that the AutoRedraw property for picToolBar andh
  94.  the picButton() array is set to True so that the 
  95.  changes made by BitBlt are automatically drawn to screen-
  96.  Variable used to accept value returned by BitBlt function
  97. MDIForm_Load
  98.  Sets the number of buttons in the toolbar
  99.  For each button on the toolbar, use the BitBlt function to transfer the appropriate bitmapY
  100. picButton_MouseDown
  101.  Use BitBlt to transfer the appropriate bitmap from the top row of picToolBaro
  102.  Use the Refresh method to ensure the result is painted to the screenc
  103. picButton_MouseMove
  104.  Sets the status bar caption according to which button the mouse moves over
  105.  The caption is reset to an empty string in the MouseMove event of Picture1
  106. New File
  107. Open File
  108. Save File
  109. Cut to Clipboard
  110. Copy to Clipboard
  111. Paste from Clipboard
  112. picButton_MouseUp
  113.  Use BitBlt to transfer the appropriate bitmap from the top row of picToolBaro
  114.  Use the Refresh method to ensure the result is painted to the screenc
  115. Picture1_MouseMove
  116.